home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / workbench+shell / a-f / apptrashcan / install < prev    next >
Text File  |  1995-10-15  |  779b  |  48 lines

  1. ; AppTrashcan Installer Script
  2.  
  3. (set @app-name "AppTrashcan")
  4.  
  5. (complete 0)
  6.  
  7. (set target
  8.    (askdir
  9.       (prompt "Where shall I put AppTrashcan?\n"
  10.               "(Put it in your WBStartUp drawer\n"
  11.               "to be run everytime you boot)" )
  12.       (help @askdir-help)
  13.       (default "SYS:WBStartUp")
  14.       (newpath)
  15.    )
  16. )
  17.  
  18. (complete 25 )
  19.  
  20. (copyfiles
  21.    (source "")
  22.    (dest target)
  23.    (choices "AppTrashcan" "AppTrashcan.info")
  24. )
  25.  
  26. (set @default-dest target)
  27.  
  28. (complete 50)
  29.  
  30. (set guidetarget
  31.    (askdir
  32.       (prompt "Where do you want to have the Guide put?")
  33.       (help @askdir-help)
  34.       (default "SYS:")
  35.       (newpath)
  36.    )
  37. )
  38.  
  39. (complete 75)
  40.  
  41. (copyfiles
  42.    (source "")
  43.    (dest guidetarget)
  44.    (choices "AppTrashcan.Guide" "AppTrashcan.Guide.info")
  45. )
  46.  
  47. (complete 100)
  48.